home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games Extra 1996 September
/
Amiga Games Extra CD-ROM 9-1996.iso
/
userbox
/
publicdomain
/
fastimagefxmodules
/
install
< prev
next >
Wrap
Text File
|
1996-02-11
|
873b
|
25 lines
ECHO "Installing FastIFXModules"
failat 7
if exists ImageFX:
echo "Installing modules:"
copy clone -H#?(Load|Scal)#? ImageFX:Modules/Loaders
copy clone -H#?Save#? ImageFX:Modules/Savers
echo "Loader&Scaler installed in ImageFX:Modules/Loaders/..."
echo "Saver installed in ImageFX:Modules/Savers/..."
if exists :hhsloaderkey.library
echo "Installing Keyfile:"
copy clone :H#?loaderkey#?.library LIBS:
echo "Keyfile hhsloaderkey.library installed in LIBS:"
endif
echo "Installing ARexx scripts to ImageFX:Rexx"
copy clone #?.rx(%|.info) ImageFX:Rexx
echo "Documentation and IFXAppWindow are not installed; copy them by"
echo "dragging to any place you like."
else
echo "No Assign to ImageFX: found! Please make assign manually to your"
echo "ImageFX directory and start install script again or install the"
echo "modules manually as described in the ReadMe."
endif
wait 30